@import "../util/util.css";
.left__hr {
  color: var(--primary--element);
  width: 100px;
  height: var(--height-xxs);
  background-color: var(--primary--element);
  margin-top: var(--margin-xs);
}
